home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / Apple Game Sprockets / Examples / DroneZone / DZUtils.h < prev   
Encoding:
C/C++ Source or Header  |  1996-05-16  |  352 b   |  22 lines  |  [TEXT/CWIE]

  1. /*
  2.  *    File:        DZUtils.h
  3.  *    Author:        Dan Venolia
  4.  *
  5.  *    Copyright © 1996 Apple Computer, Inc.
  6.  */
  7.  
  8. #ifndef __DZUtils__
  9. #define __DZUtils__
  10.  
  11. #include <QD3D.h>
  12.  
  13. Boolean CheckVersionNumber(
  14.     const NumVersion*        inVersion,
  15.     UInt8                    inMajor,
  16.     UInt8                    inMinor,
  17.     UInt8                    inBug);
  18.  
  19. TQ3Object Get3DMFResource(
  20.     short                inResourceID);
  21.  
  22. #endif /* __DZUtils__ */